home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / SelDSFrm.dfm / SelDSFrm.txt
Encoding:
Text File  |  2002-02-19  |  1.2 KB  |  61 lines

  1. object SelectDataSetForm: TSelectDataSetForm
  2.   Left = 336
  3.   Top = 201
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Memory DataSet Structure'
  7.   ClientHeight = 191
  8.   ClientWidth = 254
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox: TGroupBox
  20.     Left = 9
  21.     Top = 3
  22.     Width = 235
  23.     Height = 143
  24.     Caption = ' Borrow Structure From '
  25.     TabOrder = 0
  26.     object DataSetList: TListBox
  27.       Left = 8
  28.       Top = 19
  29.       Width = 218
  30.       Height = 115
  31.       Enabled = False
  32.       ItemHeight = 13
  33.       Sorted = True
  34.       TabOrder = 0
  35.       OnDblClick = DataSetListDblClick
  36.       OnKeyPress = DataSetListKeyPress
  37.     end
  38.   end
  39.   object OkBtn: TButton
  40.     Left = 87
  41.     Top = 155
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     Enabled = False
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object CancelBtn: TButton
  51.     Left = 170
  52.     Top = 155
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.